www.gusucode.com > Simulink library for Arduino Liquid Crystal Display 程序工具箱matlab源码 > Simulink library for Arduino Liquid Crystal Display/Arduino_LCD_Driver/block/slblocks.m

    function blkStruct = slblocks
		% This function specifies that the library should appear
		% in the Library Browser
		% and be cached in the browser repository

		Browser.Library = 'LCDlib';
		% 'mylib' is the name of the library

		Browser.Name = 'LCD Library';
		% 'My Library' is the library name that appears 
             % in the Library Browser

		blkStruct.Browser = Browser;